projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af83ee6
)
Item said "vc-update/vc-merge should deal with VC systems that don't
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 9 May 2008 20:28:54 +0000
(20:28 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 9 May 2008 20:28:54 +0000
(20:28 +0000)
update/merge on a file basis, but on a whole repository basis." That's
what selecting the top-level directory of the repo or working copy is
for.
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 3c3563d6d63a725d378fda40ed1d831e25a7a877..1778894e66b22d082057d8cd476a60242e3e5781 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-552,9
+552,6
@@
;;; Todo:
-;; - vc-update/vc-merge should deal with VC systems that don't
-;; update/merge on a file basis, but on a whole repository basis.
-;;
;; - deal with push/pull operations.
;;
;; - "snapshots" should be renamed to "branches", and thoroughly reworked.